home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-07-23 | 1.3 KB | 36 lines | [TEXT/????] |
- calling the benchmark function on a double matrix...
- identity matrix:
- 1 0 0 0
- 0 1 0 0
- 0 0 1 0
- 0 0 0 1
- rotation matrix:
- 0.999391 -0.034899 0 0
- 0.034899 0.999391 0 0
- 0 0 1 0
- 0 0 0 1
- result of 1000 multiplications:
- -0.939703 0.341992 0 0
- -0.341992 -0.939703 0 0
- 0 0 1 0
- 0 0 0 1
- duration: 13 seconds
- calling the benchmark function on a fix matrix...
- identity matrix:
- 1 0 0 0
- 0 1 0 0
- 0 0 1 0
- 0 0 0 1
- rotation matrix:
- 0.99939 -0.034897 0 0
- 0.034897 0.99939 0 0
- 0 0 1 0
- 0 0 0 1
- result of 1000 multiplications:
- -0.93808 0.338715 0 0
- -0.338715 -0.93808 0 0
- 0 0 1 0
- 0 0 0 1
- duration: 4 seconds
- fixed-point calculations were about 3.25 times faster!
-